home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / logrotate.d / apport < prev    next >
Encoding:
Text File  |  2006-10-09  |  126 b   |  10 lines

  1. /var/log/apport.log {
  2.        daily
  3.        rotate 7
  4.        delaycompress
  5.        compress
  6.        notifempty
  7.        missingok
  8. }
  9.  
  10.